home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap22 / dun22_6.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  392 b   |  15 lines

  1. <html>
  2.  
  3. <head>
  4.  
  5. <title>My Layers</title>
  6.  
  7. </head>
  8.  
  9. <body bgcolor="white" text="black">
  10.  
  11. <layer id="lower" bgcolor="blue" top=100 left=100 width=100 height=40>
  12.  
  13. <b>This is the 'lower' layer.</b>
  14.  
  15. </layer>
  16.  
  17. <layer id="upper" bgcolor="red" top=10 left=10 width=100 height=40>
  18.  
  19. <b>This is the 'upper' layer.</b>
  20.  
  21. </layer>
  22.  
  23. <nolayer>Requires Netscape 4!</nolayer>
  24.  
  25. </body>
  26.  
  27. </html>
  28.  
  29.